home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / networke / cow / cowl-1.000 / cowl-1 / INSTALL < prev    next >
Text File  |  1994-04-04  |  2KB  |  59 lines

  1.  
  2. INSTALLATION
  3.  
  4.    1. edit Netrek.tmpl adding the appropriate paths for the MP libraries,
  5.       and setting or resetting OPTIONS.  If you don't have it, the GNU 
  6.       mp library is available on prep.ai.mit.edu.  Look for 
  7.       /pub/[GNU,gnu]/gmp*  Version 1.20 and beyond require the GMP library
  8.       when using RSA encryption.
  9.       
  10.    2. get rsa_clientutil.c and mkkey.c from the RSA distribution.
  11.       distribution can be found at: ftp.ecst.csuchico.edu as 
  12.       /pub/netrek/src/rsa-client.tar.gz.crypt.  Then you will have to email 
  13.       server@ecst.csuchico.edu and tell them that you are a Canadian or US 
  14.       citizen so they can give you the crypt key. 
  15.  
  16.       U.S. export restrictions have been placed upon certain classes
  17.       of encryption technology including RSA and DES.  Software 
  18.       implementing these techniques cannot be exported outside the U.S.,
  19.       anyone doing so could face prosecution.
  20.  
  21.    3. If you have an rsa key already, set Netrek.tmpl's RSA_KEYFILE for your  
  22.       machines architecture to its name (it should have a .secret extension 
  23.       already).  If you do not have one, read on.
  24.       
  25.    4. xmkmf
  26.  
  27.    5. If you're compiling under Ultrix with the native C compiler that supports
  28.       optimization -O4, skip this step and see DEC/ULTRIX-SPECIFIC INSTALL.
  29.  
  30.       Otherwise, do:
  31.      make depend all
  32.  
  33.   (6. If the depend step fails because you don't have a key you can
  34.       make one with mkkey.  Do ./mkkey for instructions.)
  35.  
  36. DEC/ULTRIX-SPECIFIC INSTALL
  37.    
  38.    The dec native C compiler supports optimization -O4 which can't be
  39.    used with the -c flag.  This means all source files must be compiled 
  40.    together in one step if you want to use it.
  41.  
  42.    After step 4, above, make sure CDEBUGFLAGS in Netrek.tmpl is empty and do:
  43.      make randomize mkkey rsa-client.c
  44.    then do
  45.      make CDEBUGFLAGS=-O4 netrek.dec
  46.  
  47. CLIENT DETAILS
  48.    
  49.    * ./netrek -u for a description of command line options.
  50.    * At runtime, select "show help window" for a list of commands.
  51.    * At runtime, select "show xtrekrc window" for a list of .xtrekrc 
  52.      options.
  53.  
  54. COMMENTS, BUGS
  55.    
  56.    powell@csl.ncsa.uiuc.edu, sheldon@iastate.edu, nelson@math.arizona.edu
  57.  
  58.  
  59.